showroom library
is governed by a BSD-style license that can be found in the LICENSE file. version: 0.2.0 updated: 4.3.2022
- Showroom holds word-grouping and presentation methods for #dawolang.
Classes
- ShowRoom
- Word manipulation and presentation.
Typedefs
- DawolangPrint = String Function(String msg, String msg2)
- A typedef, or function-type alias, gives a function type a name that you can use when declaring fields and return types. Because typedefs are simply aliases, they offer a way to check the type of any function. typedef Compare = int Function(Object a, Object b); TODO Typedef practicing. Function type returning String