insert(file:line:_:) public func insert<C>(file: StaticString = #file, line: UInt = #line, _ c: C) -> SafeLink<C> insert inserts a value of any type into the chain data flow. C Declaration Swift public func insert<C>(file: StaticString = #file, line: UInt = #line, _ c: C) -> SafeLink<C> © 2019 Alex Lynch. All rights reserved. (Last updated: 2019-02-11) Generated by jazzy ♪♫ v0.9.0, a Realm project.