Docs.rs
lubeck-0.0.0-prealpha.5-abandoned
lubeck 0.0.0-prealpha.5-abandoned
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
RobWalt
Dependencies
proptest ^1.0
dev
Versions
Go to latest stable release
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
SemiGroup
Required Methods
mappend
Implementations on Foreign Types
String
Vec<T>
Implementors
In lubeck::prelude
?
Trait
lubeck
::
prelude
::
SemiGroup
source
·
[
−
]
pub trait SemiGroup { fn
mappend
(self, other: Self) -> Self; }
Required Methods
§
source
fn
mappend
(self, other: Self) -> Self
Implementations on Foreign Types
§
source
§
impl
SemiGroup
for
String
source
§
fn
mappend
(self, other: Self) -> Self
source
§
impl<T>
SemiGroup
for
Vec
<T>
source
§
fn
mappend
(self, other: Self) -> Self
Implementors
§