asBorrowed property

ScriptWithExtensionsBorrowed get asBorrowed

Borrow this object for a slightly faster variant with more operations

See the Rust documentation for as_borrowed for more information.

Implementation

ScriptWithExtensionsBorrowed get asBorrowed {
  // This lifetime edge depends on lifetimes: 'a
  core.List<Object> aEdges = [this];
  final result = _icu4x_ScriptWithExtensions_as_borrowed_mv1(_ffi);
  return ScriptWithExtensionsBorrowed._fromFfi(result, [], aEdges);
}