mod_interface 0.61.0

Protocol of modularity unifying interface of a module and introducing layers.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]
/// `has_prelude1`
pub fn has_prelude1() -> bool
{
  true
}