compile_chunk

Function compile_chunk 

pub fn compile_chunk<S>(
    chunk: &Chunk<<S as StringInterner>::String>,
    create_string: S,
) -> Result<CompiledPrototype<<S as StringInterner>::String>, CompileError>
where S: StringInterner,