Rhai.Any (rhai_rustler v1.0.0)

Rhai types

Link to this section Summary

Link to this section Types

@type t() ::
  number()
  | boolean()
  | String.t()
  | nil
  | [t()]
  | %{required(String.t()) => t()}