len method

BigInt len()
override

获取长度 (用于 List, Dict, Str, Set 等) Python: len(self)

Implementation

BigInt len() => RustLib.instance.api.crateApiPythonPyObjectWrapperLen(
      that: this,
    );