lower static method
Implementation
static RustBuffer lower(Network input) {
return toRustBuffer(createUint8ListFromInt(input.index + 1));
}
static RustBuffer lower(Network input) {
return toRustBuffer(createUint8ListFromInt(input.index + 1));
}