menu
bpe package
documentation
tiktoken/src/core_bpe.dart
isWhitespace function
isWhitespace function
dark_mode
light_mode
isWhitespace
function
bool
isWhitespace
(
String
?
c
)
Implementation
bool isWhitespace(String? c) => c != null && _whitespaces.contains(c);
bpe package
documentation
tiktoken/src/core_bpe
isWhitespace function
core_bpe library