contains_value_and_time

Creator: coderz1093

Last updated:

0 purchases

contains_value_and_time Image
contains_value_and_time Images

Languages

Categories

Add to Cart

Description:

contains value and time

containsValueAndTime #
A Dart package that provides a function to check if a list contains a specified value and returns the index of the value along with the time taken to find it.
Features #

Efficient Timing: Uses Stopwatch for high-resolution timing of the search operation.
Simple API: A single function to get both the index and elapsed time in microseconds.

Installation #
Add this to your package's pubspec.yaml file:
dependencies:
contains_value_and_time: ^1.0.0
copied to clipboard
Import it #
import 'package:contains_value_and_time/contains_value_and_time.dart';
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.