operator <= method

bool operator <=(
  1. LuaString other
)

Implementation

bool operator <=(LuaString other) => this < other || this == other;