count property

int get count

Get the number of scripts contained in here

See the Rust documentation for iter for more information.

Implementation

int get count {
  final result = _icu4x_ScriptExtensionsSet_count_mv1(_ffi);
  return result;
}