solilang 0.21.1

A statically-typed, class-based OOP language with pipeline operators
Documentation
1
2
3
4
5
6
7
8
//! Call expression modules.

mod function;
mod hash_methods;
mod method;
mod pipeline;
mod query_builder_methods;
mod string_methods;