• J
    (API Change) Use const params where applicable · 41fad2d1
    jp9000 提交于
    This Fixes a minor flaw with the API where data had to always be mutable
    to be usable by the API.
    
    Functions that do not modify the fundamental underlying data of a
    structure should be marked as constant, both for safety and to signify
    that the parameter is input only and will not be modified by the
    function using it.
    41fad2d1
obs.h 42.2 KB