Docs.rs
ocaml-1.2.0
ocaml 1.2.0
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
zshipko
Dependencies
cstr_core ^0.2
normal
optional
ndarray ^0.16.1
normal
optional
ocaml-boxroot-sys ^0.4.0
normal
ocaml-derive ^1.0.0
normal
optional
ocaml-sys >=0.26
normal
serial_test ^3.0.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ocaml
1.2.0
Uint
Trait Implementations
FromValue
ToValue
In crate ocaml
ocaml
Type Alias
Uint
Copy item path
Source
pub type Uint =
Uintnat
;
Expand description
Unsigned integer type that converts to OCaml
int
Trait Implementations
§
Source
§
impl
FromValue
for
Uint
Source
§
fn
from_value
(v:
Value
) ->
Uint
Convert from OCaml value
Source
§
impl
ToValue
for
Uint
Source
§
fn
to_value
(&self, _rt: &
Runtime
) ->
Value
Convert to OCaml value