menu
arcane package
documentation
generated/arcane_shadcn/src/util.dart
BinaryOperator<T> typedef
BinaryOperator<T> typedef
dark_mode
light_mode
BinaryOperator<
T
>
typedef
BinaryOperator
<
T
> =
T Function
(
T
a
,
T
b
)
Implementation
typedef BinaryOperator<T> = T Function(T a, T b);
arcane package
documentation
generated/arcane_shadcn/src/util
BinaryOperator<T> typedef
util library