---------------------------------------------------------------------- This is the API documentation for the gdtest_gradient_mixed library. ---------------------------------------------------------------------- ## Functions Public functions mix(a: str, b: str) -> str Mix two elements. Parameters ---------- a First element. b Second element. Returns ------- str Mixture result. separate(compound: str) -> list Separate a compound into parts. Parameters ---------- compound Compound to separate. Returns ------- list Component parts.