bock-core 0.1.0

Core stdlib registry and runtime primitives for the Bock language
Documentation
1
2
3
4
5
6
7
8
//! Collection type method registrations.
//!
//! Each submodule registers methods and trait implementations for one
//! collection type into the [`BuiltinRegistry`].

pub mod list;
pub mod map;
pub mod set;