menu
bpe package
documentation
tiktoken/src/common/special_tokens_set.dart
SpecialTokensSet
isAll property
isAll property
dark_mode
light_mode
isAll
property
bool
get
isAll
Implementation
bool get isAll => _val.length == 1 && _val.first == "all";
bpe package
documentation
tiktoken/src/common/special_tokens_set
SpecialTokensSet
isAll property
SpecialTokensSet class