initial method
Makes this phrase an initial-token-query phrase and returns the result.
Implementation
FtsP initial() => str.startsWith("^") ? this : FtsP("^$str");
Makes this phrase an initial-token-query phrase and returns the result.
FtsP initial() => str.startsWith("^") ? this : FtsP("^$str");