The documentation only expose `filtfilt(b::AbstractVector, x::AbstractArray)`. Yet [`filtfilt(b::AbstractVector, a::AbstractVector, x::AbstractArray)` is available](https://github.com/JuliaDSP/DSP.jl/blob/c6663ab5ddd5586da63912548f2dbf3a164e4b49/src/Filters/filt.jl#L277C10-L277C55) but not documented. Could it be documented? OK, Tried using it and it generates errors: ```julia ERROR: MethodError: no method matching filt_stepstate(::Vector{Float64}, ::Vector{Int64}) ```